type google.golang.org/grpc/grpclog.componentData
21 uses
google.golang.org/grpc/grpclog (current package)
component.go#L26: type componentData struct {
component.go#L30: var cache = map[string]*componentData{}
component.go#L32: func (c *componentData) InfoDepth(depth int, args ...any) {
component.go#L37: func (c *componentData) WarningDepth(depth int, args ...any) {
component.go#L42: func (c *componentData) ErrorDepth(depth int, args ...any) {
component.go#L47: func (c *componentData) FatalDepth(depth int, args ...any) {
component.go#L52: func (c *componentData) Info(args ...any) {
component.go#L56: func (c *componentData) Warning(args ...any) {
component.go#L60: func (c *componentData) Error(args ...any) {
component.go#L64: func (c *componentData) Fatal(args ...any) {
component.go#L68: func (c *componentData) Infof(format string, args ...any) {
component.go#L72: func (c *componentData) Warningf(format string, args ...any) {
component.go#L76: func (c *componentData) Errorf(format string, args ...any) {
component.go#L80: func (c *componentData) Fatalf(format string, args ...any) {
component.go#L84: func (c *componentData) Infoln(args ...any) {
component.go#L88: func (c *componentData) Warningln(args ...any) {
component.go#L92: func (c *componentData) Errorln(args ...any) {
component.go#L96: func (c *componentData) Fatalln(args ...any) {
component.go#L100: func (c *componentData) V(l int) bool {
component.go#L112: c := &componentData{componentName}
loggerv2.go#L36: if _, ok := l.(*componentData); ok {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)